You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure > clValue Methods > clValue.IntPower Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clValue.IntPower Method

Power (integer exponent).

Syntax
C#
Visual Basic
public TOpenCLValue IntPower([In] TOpenCLValue aBase, int Exponent);

Calculate the power Base^Exponent. For non integer exponents, the Power method can be used.

var a,b: clValue; begin b.Copy(8); a.IntPower(b, 2); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!